home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_2385 / frame_41 / DoAction.as
Text File  |  2008-11-12  |  199b  |  15 lines

  1. if(eval("/Variables:PorteExplose") == true)
  2. {
  3.    tellTarget("_root.Collider")
  4.    {
  5.       gotoAndStop(3);
  6.    }
  7. }
  8. else
  9. {
  10.    tellTarget("_root.Collider")
  11.    {
  12.       gotoAndStop(2);
  13.    }
  14. }
  15.